projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e77265
)
; Fix comment
author
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 17 Oct 2022 23:49:21 +0000
(
02:49
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 17 Oct 2022 23:49:21 +0000
(
02:49
+0300)
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index 2a09d70209de61d708282c31621bb755f07e78d7..df51f52bc7c1c9cc4293b07fb2a0118444b5ee0c 100644
(file)
--- a/
lisp/vc/vc.el
+++ b/
lisp/vc/vc.el
@@
-1699,7
+1699,7
@@
Runs the normal hooks `vc-before-checkin-hook' and `vc-checkin-hook'."
(vc-revert-file buffer-file-name)))
(with-temp-buffer
;; Trying to support CVS too. Assuming that vc-diff
- ;; there will usually
th
e diff root in default-directory.
+ ;; there will usually
hav
e diff root in default-directory.
(when (vc-find-backend-function backend 'root)
(setq-local default-directory
(vc-call-backend backend 'root (car files))))